home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / kmsg.man < prev    next >
Text File  |  1991-03-02  |  2KB  |  49 lines

  1. ' $Header: /sprite/src/cmds/kmsg/RCS/kmsg.man,v 1.3 91/03/01 22:41:17 kupfer Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS KMSG cmds
  4. .BS
  5. .SH NAME
  6. kmsg \- Manipulate a remote Sprite kernel
  7. .SH SYNOPSIS
  8. \fBkmsg\fR \fIoption machine\fR
  9. .SH OPTIONS
  10. .IP "\fB\-c\fR" 15
  11. Cause \fImachine\fR to leave the debugger and continue normal
  12. processing.  \fIMachine\fR must currently be in the debugger.
  13. .IP "\fB\-d\fR" 15
  14. Cause \fImachine\fR to suspend normal processing and enter the
  15. debugger.
  16. .IP "\fB\-r\fR" 15
  17. Cause \fImachine\fR to reboot, using the default boot source.
  18. \fIMachine\fR must currently be in the debugger.
  19. .IP "\fB\-R\fI string\fR" 15
  20. Cause \fImachine\fR to reboot, using \fIstring\fR as the boot
  21. source.  \fIMachine\fR must currently be in the debugger.
  22. .IP "\fB\-s\fI string\fR" 15
  23. Print out the version string of the kernel being run by \fImachine\fR.
  24. Exit with a 0 status if the version string matches \fIstring\fR,
  25. and exit with a non-zero status if it doesn't match.
  26. \fIMachine\fR must currently be in the debugger.
  27. .IP "\fB\-v\fR" 15
  28. Print out the version string of the kernel being run by \fImachine\fR.
  29. \fIMachine\fR must currently be in the debugger.
  30. .BE
  31.  
  32. .SH INTRODUCTION
  33. .PP
  34. The \fBkmsg\fR command is used to assist in debugging and rebooting
  35. remote Sprite kernels.  \fIMachine\fR is the name of a machine
  36. running Sprite, and \fIoption\fR specifies what sort of operation
  37. to perform on that machine.  \fBKmsg\fR will open a special network
  38. port to the specified kernel and send it messages to carry out the
  39. specified operation.
  40.  
  41. .SH BUGS
  42. The type (or at least byte-order?) of the target machine must match
  43. that of the machine that
  44. .B kmsg
  45. is run on.
  46.  
  47. .SH KEYWORDS
  48. debug, kernel, reboot, version
  49.